POV-Ray : Newsgroups : povray.general : Segmentation fault : Segmentation fault Server Time
2 Aug 2024 12:16:30 EDT (-0400)
  Segmentation fault  
From: Florian Brucker
Date: 21 Oct 2004 12:36:09
Message: <4177e579$1@news.povray.org>
The following code snippet causes both POV 3.5 and 3.6 to exit with a 
segmentation fault on my Gentoo 2.4.25, Athlon XP 2600+, 1 Gig RAM:

<POV>
#macro F_Plane ()
   #local fn_p=function (x,y,z) { y };
   fn_p
#end

#local F1= F_Plane();

#declare fn_crash = function(x,y,z) { F1(x,y,z) }
</POV>

Can anyone confirm this behaviour?

Thanks,
Florian
-- 
camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
#local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
*10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
/******** http://www.torfbold.com ******** http://www.imp.org ********/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.